*{
    margin: 0px;
    font-family: 'poppins';
}

.image-flying-fox img{
 width: 100%;
 height: 35rem;
 filter: brightness(40%);
 /* filter: blur(1px); */
}

.image-about-flying-fox{
    margin-top: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
   flex-wrap: wrap;
}

.image-content-flying-fox img{
       width: 40rem;
       height: 25rem;
       border-radius: 1rem;
}

.text-flying-fox{
    width: 40rem;
    text-align: center;
    padding: 2rem;
    font-size: 1.4rem;
}
.text-flying-fox h1{
    text-align: center;
}
.image-content-flying-fox video{
    width: 40rem;
    height: 25rem;
    border-radius: 1rem;
}
.text-flying-fox-1{
    text-align: center;
}

/* this is the  table info for rafting  */

table {
    text-align: center;
font-family: 'poppins';
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
  }
  
  /* tr:nth-child(even) {
    background-color: #dddddd;
  } */
.rafting-guide{
    width: 100%;
    font-family: 'poppins';
}
.rafting-guide p{
    margin: 1rem 0rem;
}


@media(max-width:600px){
    html,body{
        overflow-x:hidden ;
    }
    .image-content-flying-fox video{
        width: 20rem;
        height: 25rem;
        border-radius: 1rem;
    }
    .image-flying-fox img{
        width: 100%;
        height: 20rem;
        filter: brightness(40%);
        /* filter: blur(1px); */
       }
       .image-content-flying-fox img{
        width: 20rem;
        height: 15rem;
        border-radius: 1rem;
 }
 .text-flying-fox h1{
    font-size: 1rem;
    text-align: center;
}
.text-flying-fox{
    /* width: 40rem; */
    text-align: center;
    padding: 2rem;
    font-size: 1.4rem;
}
}